home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / swblink / form1.frm (.txt) next >
Encoding:
Visual Basic Form  |  1999-08-12  |  2.2 KB  |  63 lines

  1. VERSION 5.00
  2. Object = "{7152298A-50FE-11D3-A11A-0080C6F7AC86}#1.1#0"; "SWBLink.ocx"
  3. Begin VB.Form Form1 
  4.    AutoRedraw      =   -1  'True
  5.    BorderStyle     =   3  'Fixed Dialog
  6.    Caption         =   "SWBHyperlink Control Demo"
  7.    ClientHeight    =   2595
  8.    ClientLeft      =   45
  9.    ClientTop       =   330
  10.    ClientWidth     =   4455
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   2595
  15.    ScaleWidth      =   4455
  16.    StartUpPosition =   2  'CenterScreen
  17.    Begin SWBLink.SWBHyperLink SWBHyperLink1 
  18.       Height          =   255
  19.       Left            =   630
  20.       TabIndex        =   0
  21.       Top             =   810
  22.       Width           =   3195
  23.       _ExtentX        =   5636
  24.       _ExtentY        =   450
  25.       CaptionTextColor=   16711680
  26.       CaptionBackColor=   -2147483633
  27.       CaptionHighlightColor=   -2147483634
  28.       Caption         =   "Software with Brains, Inc. Home Page"
  29.       Alignment       =   2
  30.       Hyperlink       =   "http://www.softwarewithbrains.com"
  31.       CaptionFontName =   "Arial"
  32.       CaptionFontSize =   9.75
  33.       CaptionFontBold =   -1  'True
  34.       CaptionFontItalic=   -1  'True
  35.       CaptionFontUnderline=   0   'False
  36.    End
  37.    Begin SWBLink.SWBHyperLink SWBHyperLink2 
  38.       Height          =   255
  39.       Left            =   660
  40.       TabIndex        =   1
  41.       Top             =   1500
  42.       Width           =   3195
  43.       _ExtentX        =   5636
  44.       _ExtentY        =   450
  45.       CaptionTextColor=   16711680
  46.       CaptionBackColor=   -2147483633
  47.       CaptionHighlightColor=   -2147483634
  48.       Caption         =   "E-Mail Software with Brains, Inc."
  49.       Alignment       =   2
  50.       Hyperlink       =   "mailto:sales@softwarewithbrains.com?Subject=Thanks for the great software!"
  51.       CaptionFontName =   "Arial"
  52.       CaptionFontSize =   9.75
  53.       CaptionFontBold =   -1  'True
  54.       CaptionFontItalic=   -1  'True
  55.       CaptionFontUnderline=   0   'False
  56.    End
  57. Attribute VB_Name = "Form1"
  58. Attribute VB_GlobalNameSpace = False
  59. Attribute VB_Creatable = False
  60. Attribute VB_PredeclaredId = True
  61. Attribute VB_Exposed = False
  62. Option Explicit
  63.